emacs.git
10 years agoBump version
justbur [Thu, 24 Sep 2015 14:33:52 +0000 (10:33 -0400)]
Bump version

10 years agoBetter fix for #65
justbur [Thu, 24 Sep 2015 14:27:33 +0000 (10:27 -0400)]
Better fix for #65

Go back to using the original strategy of backing up
`prefix-help-command` but make sure it never gets set to
`which-key-show-next-page`.

10 years agoFix #65
justbur [Wed, 23 Sep 2015 18:00:46 +0000 (14:00 -0400)]
Fix #65

Don't try to backup the value of `prefix-help-command` because it was
getting set to `which-key-show-next-page` somehow creating an infinite
recursion error. Just call `describe-prefix-bindings` directly, which
should cover almost all cases.

10 years agoFix docstring typo
justbur [Tue, 22 Sep 2015 13:07:11 +0000 (09:07 -0400)]
Fix docstring typo

Thanks @hmelman

10 years agoAdd alist-name arg to add-key-val-to-alist
justbur [Mon, 21 Sep 2015 01:26:11 +0000 (21:26 -0400)]
Add alist-name arg to add-key-val-to-alist

Otherwise the name of the alist is not available to this function

10 years agoAdd faces group
justbur [Mon, 21 Sep 2015 00:59:01 +0000 (20:59 -0400)]
Add faces group

10 years agoBetter messages for add-key-val-to-alist
justbur [Sat, 19 Sep 2015 15:10:58 +0000 (11:10 -0400)]
Better messages for add-key-val-to-alist

10 years agoRemove some alists from customize and update docs
justbur [Fri, 18 Sep 2015 17:19:48 +0000 (13:19 -0400)]
Remove some alists from customize and update docs

The helper functions should be used now due to the nature of the lists.
Removing the variables from customize should encourage this.

Also add automatic conversion of old format of
`which-key-key-based-description-replacement-alist`.

10 years agoUpdate README for key-based replacements
justbur [Fri, 18 Sep 2015 15:20:00 +0000 (11:20 -0400)]
Update README for key-based replacements

10 years agoAdd ability to highlight certain commands
justbur [Wed, 16 Sep 2015 16:16:34 +0000 (12:16 -0400)]
Add ability to highlight certain commands

Adds `which-key-highlighted-command-list` and
`which-key-highlighted-command-face` as user-customizable means of
highlighting arbitrary commands (selected through regexp) with arbitrary
faces.

10 years agotypo in readme
Justin Burkett [Wed, 9 Sep 2015 15:21:50 +0000 (11:21 -0400)]
typo in readme

10 years agoMute echo-keystrokes message
justbur [Tue, 8 Sep 2015 10:31:52 +0000 (06:31 -0400)]
Mute echo-keystrokes message

It seems to be too much information to display on *every* startup

10 years agoBetter warning for add-key-val-to-alist
justbur [Thu, 3 Sep 2015 19:22:16 +0000 (15:22 -0400)]
Better warning for add-key-val-to-alist

10 years agoFix typo
justbur [Thu, 3 Sep 2015 17:19:42 +0000 (13:19 -0400)]
Fix typo

10 years agoMinor fix on last commit
justbur [Thu, 3 Sep 2015 17:11:12 +0000 (13:11 -0400)]
Minor fix on last commit

10 years agoCommon interface for prefix names and titles
justbur [Thu, 3 Sep 2015 13:11:34 +0000 (09:11 -0400)]
Common interface for prefix names and titles

10 years agoMinor changes to key-seq functions
justbur [Thu, 3 Sep 2015 00:50:18 +0000 (20:50 -0400)]
Minor changes to key-seq functions

10 years agoChange default indentation of helpers
justbur [Thu, 3 Sep 2015 00:36:39 +0000 (20:36 -0400)]
Change default indentation of helpers

10 years agoAdd support for prefix-names
justbur [Wed, 2 Sep 2015 23:51:21 +0000 (19:51 -0400)]
Add support for prefix-names

10 years agoMake preventing C-h cycling the default
justbur [Wed, 2 Sep 2015 16:57:46 +0000 (12:57 -0400)]
Make preventing C-h cycling the default

10 years agoAllow disabling truncation
justbur [Wed, 2 Sep 2015 16:51:47 +0000 (12:51 -0400)]
Allow disabling truncation

10 years agoAdd min-display-lines option
justbur [Wed, 2 Sep 2015 16:04:37 +0000 (12:04 -0400)]
Add min-display-lines option

Ref #60

10 years agoShorten next page hint
justbur [Wed, 2 Sep 2015 12:51:53 +0000 (08:51 -0400)]
Shorten next page hint

It's too long with the buffer on the right

10 years agoFactor out next page hint
justbur [Wed, 2 Sep 2015 12:28:46 +0000 (08:28 -0400)]
Factor out next page hint

10 years agoChange wording of hint
justbur [Wed, 2 Sep 2015 12:01:17 +0000 (08:01 -0400)]
Change wording of hint

10 years agoAdd missing autoload
justbur [Wed, 2 Sep 2015 11:21:48 +0000 (07:21 -0400)]
Add missing autoload

Fix #60

10 years agoDescribe new paging options in readme
justbur [Tue, 1 Sep 2015 17:56:48 +0000 (13:56 -0400)]
Describe new paging options in readme

10 years agoFix compiler warning
justbur [Tue, 1 Sep 2015 17:00:51 +0000 (13:00 -0400)]
Fix compiler warning

10 years agoFix implementation of prevent-C-h-from-cycling
justbur [Tue, 1 Sep 2015 14:53:04 +0000 (10:53 -0400)]
Fix implementation of prevent-C-h-from-cycling

10 years agoAdd experimental support for using descbinds
justbur [Tue, 1 Sep 2015 04:16:19 +0000 (00:16 -0400)]
Add experimental support for using descbinds

Adds a new variable which is disabled by default, called
which-key-prevent-C-h-from-cycling. If both this new variable and
which-key-use-C-h-for-paging are t, then C-h will page through to the
last page, but then drop into the default emacs behavior of calling
describe-prefix-bindings instead of cycling to page 1 again.

10 years agoFix echo-keystrokes backup
justbur [Thu, 27 Aug 2015 12:43:55 +0000 (08:43 -0400)]
Fix echo-keystrokes backup

10 years agoFix which-key-echo-keystrokes docstring
justbur [Thu, 27 Aug 2015 12:37:41 +0000 (08:37 -0400)]
Fix which-key-echo-keystrokes docstring

10 years agoAdd helper function for prefix titles
justbur [Sun, 16 Aug 2015 22:19:30 +0000 (18:19 -0400)]
Add helper function for prefix titles

10 years agoOne more change to format of prefix-title-alist
justbur [Sun, 16 Aug 2015 01:10:49 +0000 (21:10 -0400)]
One more change to format of prefix-title-alist

10 years agoSwitch prefix-titles to key-seq as key
justbur [Sun, 16 Aug 2015 00:26:14 +0000 (20:26 -0400)]
Switch prefix-titles to key-seq as key

10 years agoAdd support for "prefix titles". See #58
justbur [Sat, 15 Aug 2015 17:03:09 +0000 (13:03 -0400)]
Add support for "prefix titles". See #58

10 years agoshow-remaining-keys cleanup
justbur [Mon, 10 Aug 2015 15:05:04 +0000 (11:05 -0400)]
show-remaining-keys cleanup

10 years agoAdd missing save-match-data call
justbur [Mon, 10 Aug 2015 13:09:59 +0000 (09:09 -0400)]
Add missing save-match-data call

10 years agoTweak partition-columns
justbur [Mon, 3 Aug 2015 19:11:46 +0000 (15:11 -0400)]
Tweak partition-columns

10 years agoFix ref to free var
justbur [Mon, 3 Aug 2015 18:54:20 +0000 (14:54 -0400)]
Fix ref to free var

10 years agoReplace ?? with lambda by default
justbur [Mon, 3 Aug 2015 17:46:20 +0000 (13:46 -0400)]
Replace ?? with lambda by default

10 years agoClean-up partition-columns implementation
justbur [Mon, 3 Aug 2015 15:26:56 +0000 (11:26 -0400)]
Clean-up partition-columns implementation

10 years agoAdd README intro to commentary section.
justbur [Sun, 2 Aug 2015 23:33:24 +0000 (19:33 -0400)]
Add README intro to commentary section.

10 years agoBump version
justbur [Sun, 2 Aug 2015 23:27:23 +0000 (19:27 -0400)]
Bump version

10 years agoAllow for nil local-map. Fixes #57
justbur [Sat, 1 Aug 2015 11:16:29 +0000 (07:16 -0400)]
Allow for nil local-map. Fixes #57

10 years agoREADME links working again
justbur [Thu, 30 Jul 2015 20:51:01 +0000 (16:51 -0400)]
README links working again

10 years agoSecond try to fix links
justbur [Thu, 30 Jul 2015 20:10:15 +0000 (16:10 -0400)]
Second try to fix links

10 years agoFix a link in readme
justbur [Thu, 30 Jul 2015 20:05:26 +0000 (16:05 -0400)]
Fix a link in readme

10 years agoAdd local-map face to readme
justbur [Thu, 30 Jul 2015 19:52:21 +0000 (15:52 -0400)]
Add local-map face to readme

10 years agoAdd local-map face
justbur [Wed, 29 Jul 2015 02:42:23 +0000 (22:42 -0400)]
Add local-map face

Possible solution for #45. Does not change any default settings.

10 years agoREADME fixes
justbur [Wed, 29 Jul 2015 02:41:35 +0000 (22:41 -0400)]
README fixes

10 years agoREADME typos
justbur [Tue, 28 Jul 2015 02:41:39 +0000 (22:41 -0400)]
README typos

10 years agoReorg README and new pictures
justbur [Tue, 28 Jul 2015 02:34:56 +0000 (22:34 -0400)]
Reorg README and new pictures

10 years agoMinor wording change to readme
Justin Burkett [Tue, 28 Jul 2015 02:24:48 +0000 (22:24 -0400)]
Minor wording change to readme

10 years agoAdd note to readme
justbur [Tue, 28 Jul 2015 02:04:40 +0000 (22:04 -0400)]
Add note to readme

10 years agoRevert "Fix some parts of readme"
justbur [Tue, 28 Jul 2015 02:00:42 +0000 (22:00 -0400)]
Revert "Fix some parts of readme"

This reverts commit a5413c2b8af110225fabbe64bcad4703c353327c.

10 years agoMore docstrings
justbur [Tue, 28 Jul 2015 01:57:42 +0000 (21:57 -0400)]
More docstrings

10 years agoAllow show-next-page to force update before timer
justbur [Tue, 28 Jul 2015 01:47:06 +0000 (21:47 -0400)]
Allow show-next-page to force update before timer

10 years agoAdd a docstring
justbur [Mon, 27 Jul 2015 02:04:03 +0000 (22:04 -0400)]
Add a docstring

10 years agoFix some parts of readme
justbur [Mon, 27 Jul 2015 00:45:42 +0000 (20:45 -0400)]
Fix some parts of readme

10 years agoC-h for paging is awesome
justbur [Sun, 26 Jul 2015 13:03:16 +0000 (09:03 -0400)]
C-h for paging is awesome

10 years agoAdd next page hint to show-prefix top
justbur [Sat, 25 Jul 2015 18:54:33 +0000 (14:54 -0400)]
Add next page hint to show-prefix top

Also introduce which-key-note-face for notes and hints, and change
format of next page hint slightly.

10 years agoAdd hint for next page key
justbur [Sat, 25 Jul 2015 15:49:19 +0000 (11:49 -0400)]
Add hint for next page key

Only shows when using echo for which-key-show-prefix

See #53

10 years agoFix show-next-page problem with mult events
justbur [Sat, 25 Jul 2015 14:19:24 +0000 (10:19 -0400)]
Fix show-next-page problem with mult events

Need to add (t . event) to unread-command-events to force emacs to add
each event to the current command's sequence. See docs for
unread-command-events.

10 years agoDocumentation is better now :-)
justbur [Fri, 24 Jul 2015 14:17:19 +0000 (10:17 -0400)]
Documentation is better now :-)

10 years agoAdd link to README about disabling special keys
justbur [Fri, 24 Jul 2015 14:14:58 +0000 (10:14 -0400)]
Add link to README about disabling special keys

10 years agoAllow which-key-special-keys to be nil
justbur [Fri, 24 Jul 2015 13:52:41 +0000 (09:52 -0400)]
Allow which-key-special-keys to be nil

10 years agoSwitch to lexical binding and fix warnings
justbur [Fri, 24 Jul 2015 02:47:09 +0000 (22:47 -0400)]
Switch to lexical binding and fix warnings

10 years agoFix echo function
justbur [Thu, 23 Jul 2015 19:04:29 +0000 (15:04 -0400)]
Fix echo function

10 years agoAdd suggestion about tiling wm to readme
Justin Burkett [Thu, 23 Jul 2015 14:21:04 +0000 (10:21 -0400)]
Add suggestion about tiling wm to readme

10 years agoBetter strategy for dealing with minibuffer paging
justbur [Thu, 23 Jul 2015 01:20:32 +0000 (21:20 -0400)]
Better strategy for dealing with minibuffer paging

10 years agoHack to fix #48
justbur [Thu, 23 Jul 2015 00:39:35 +0000 (20:39 -0400)]
Hack to fix #48

10 years agoAllow side-window bottom to be shorter than 4
justbur [Wed, 22 Jul 2015 21:15:30 +0000 (17:15 -0400)]
Allow side-window bottom to be shorter than 4

10 years agoFix key/page count and bug in create-pages
justbur [Wed, 22 Jul 2015 20:31:00 +0000 (16:31 -0400)]
Fix key/page count and bug in create-pages

10 years agoSimplify show page a little
justbur [Wed, 22 Jul 2015 20:10:31 +0000 (16:10 -0400)]
Simplify show page a little

10 years agoBump version for new defaults
justbur [Wed, 22 Jul 2015 18:56:50 +0000 (14:56 -0400)]
Bump version for new defaults

10 years agoMake side-window bottom the default
justbur [Wed, 22 Jul 2015 18:50:01 +0000 (14:50 -0400)]
Make side-window bottom the default

Also adds echo as the new default for the prefix key information (to use
the echo area).

Making side-window bottom the default location, because it seems to have
the best behavior overall after adding paging. Don't want to use the
minibuffer because it's misbehaving right now.

Change echo-keystrokes if prefix is echo

10 years agoAdd default replacement for next page
justbur [Wed, 22 Jul 2015 18:34:29 +0000 (14:34 -0400)]
Add default replacement for next page

10 years agoFactor out paging timer and only start once
justbur [Wed, 22 Jul 2015 18:32:00 +0000 (14:32 -0400)]
Factor out paging timer and only start once

10 years agoFix some hash quotes
justbur [Wed, 22 Jul 2015 16:56:26 +0000 (12:56 -0400)]
Fix some hash quotes

10 years agoProtect 2-side-window function from too many args
justbur [Wed, 22 Jul 2015 16:54:16 +0000 (12:54 -0400)]
Protect 2-side-window function from too many args

10 years agoRemove show and hide functions for minibuffer
justbur [Wed, 22 Jul 2015 16:49:59 +0000 (12:49 -0400)]
Remove show and hide functions for minibuffer

10 years agoTweak next-page timer
justbur [Wed, 22 Jul 2015 16:43:45 +0000 (12:43 -0400)]
Tweak next-page timer

10 years agoFix for #49
justbur [Wed, 22 Jul 2015 16:30:48 +0000 (12:30 -0400)]
Fix for #49

Need to check if the prefix has changed when possibly restarting the
timer after paging.

10 years agoFix #50 - Don't show pages if only 1 page
justbur [Wed, 22 Jul 2015 14:47:07 +0000 (10:47 -0400)]
Fix #50 - Don't show pages if only 1 page

10 years agoNo need to call show-popup for minibuffer
justbur [Wed, 22 Jul 2015 12:58:45 +0000 (08:58 -0400)]
No need to call show-popup for minibuffer

10 years agoUse real-last-command instead of last-command
justbur [Wed, 22 Jul 2015 12:29:22 +0000 (08:29 -0400)]
Use real-last-command instead of last-command

for which-key-show-next-page

10 years agoFix a default regexp
justbur [Wed, 22 Jul 2015 01:21:45 +0000 (21:21 -0400)]
Fix a default regexp

10 years agoFix sort order in readme again
justbur [Wed, 22 Jul 2015 01:13:00 +0000 (21:13 -0400)]
Fix sort order in readme again

10 years agoFix latex in readme
justbur [Wed, 22 Jul 2015 01:11:57 +0000 (21:11 -0400)]
Fix latex in readme

10 years agoMove paging defcustoms
justbur [Wed, 22 Jul 2015 01:09:29 +0000 (21:09 -0400)]
Move paging defcustoms

10 years agoUpdate readme with new features
justbur [Wed, 22 Jul 2015 01:09:06 +0000 (21:09 -0400)]
Update readme with new features

10 years agoMuch better paging implementation
justbur [Tue, 21 Jul 2015 20:02:30 +0000 (16:02 -0400)]
Much better paging implementation

10 years agoDon't prevent changing paging bindings
justbur [Tue, 21 Jul 2015 16:47:48 +0000 (12:47 -0400)]
Don't prevent changing paging bindings

10 years agoAdd options for paging (disabled by default)
justbur [Tue, 21 Jul 2015 16:43:41 +0000 (12:43 -0400)]
Add options for paging (disabled by default)

10 years agoFix readme
justbur [Tue, 21 Jul 2015 14:11:34 +0000 (10:11 -0400)]
Fix readme

10 years agoAdd check for no keys
justbur [Tue, 21 Jul 2015 14:09:37 +0000 (10:09 -0400)]
Add check for no keys

10 years agoAdd new setup function for right-bottom
justbur [Tue, 21 Jul 2015 13:49:13 +0000 (09:49 -0400)]
Add new setup function for right-bottom

10 years agoBump version
justbur [Tue, 21 Jul 2015 13:44:18 +0000 (09:44 -0400)]
Bump version

10 years agoTurn off show remaining keys by default
justbur [Tue, 21 Jul 2015 13:41:53 +0000 (09:41 -0400)]
Turn off show remaining keys by default